home *** CD-ROM | disk | FTP | other *** search
-
-
- Blib II version 1.07 © Ian Palmer, 1993
- -------
-
-
- 'Blib II' is a program which allows greater flexibility in the use of Basic
- V libraries. Its main task in life is to allow convenient extraction of
- library routines from library files and the adding of these routines to your
- Basic programs. This has several advantages :
-
- • Because only the required routines are extracted, your program will
- require less memory than using the LIBRARY or INSTALL commands.
-
- • Because all the routines are stored in one Basic program, calls will
- be slightly faster, especially faster than using OVERLAY libraries.
-
- • The special 'Blib II' library structure allows full documentation
- to be stored with the routines, but not extracted with them. This means
- you have the advantages of fully documented routines, but none of the
- overhead (either space nor speed) when using them.
-
- • The documentation for each library routine can easily, and quickly, be
- viewed in a convenient window.
-
- • Blib II can also warn you of any routines that are defined but never
- called. Thus allowing further saving of space.
-
-
- Full details of how to use Blib II are contained within the Docs directory
- which is located inside the !BlibII application directory.
-
-